home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / fam.conf < prev    next >
Text File  |  2006-04-25  |  1KB  |  54 lines

  1. #  famd.conf
  2. #
  3. #  For more information on the configuration options below, see the
  4. #  famd.conf(5) man page.
  5.  
  6. #
  7. #  insecure_compatibility disables authentication.  This causes
  8. #  untrusted_user to be ignored, because the UID presented by every client
  9. #  connection will be believed.
  10. #
  11. #  The -C command-line argument overrides this option.
  12. #
  13. insecure_compatibility = false
  14.  
  15. #
  16. #  untrusted_user is the user which will be used for unauthenticated
  17. #  clients.  If a file can't be stat'ed by this user, those clients won't be
  18. #  able to fam it.  The value can be a user name or a numeric UID.
  19. #
  20. untrusted_user = nobody
  21.  
  22. #
  23. #  local_only makes famd ignore requests from remote clients & remote fams.
  24. #  Note that this is ignored if famd is started by inetd.
  25. #
  26. #  The -L command-line argument overrides this option.
  27. #
  28. local_only = true
  29.  
  30. #
  31. #  xtab_verification makes famd check the list of exported filesystems to
  32. #  verify that requests from remote hosts fall on filesystems which are
  33. #  exported to the hosts.
  34. #
  35. xtab_verification = true
  36.  
  37. #
  38. #  idle_timeout sets the number of seconds famd will wait for new
  39. #  connections before quitting.  A value of zero will cause famd to
  40. #  wait indefinitely.  The default is 5.
  41. #
  42. #  The -T command-line argument overrides this option.
  43. #
  44. #idle_timeout = 5
  45.  
  46. #
  47. #  nfs_polling_interval sets the number of seconds between polling files
  48. #  on NFS filesystems.  The default is 6.
  49. #
  50. #  The -t command-line argument overrides this option.
  51. #
  52. #nfs_polling_interval = 6
  53.  
  54.